Skip to content

Update to Firefox version 140 #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Update to Firefox version 140 #24

wants to merge 7 commits into from

Conversation

tschneidereit
Copy link
Member

This includes substantial changes to the build setup, including moving all of the dependency installation out of the shell script and into the CI workflow definition.

Before, we were using the Firefox build system's support for installing toolchains. With this change, we instead install them manually. This means we're not tied to Mozilla's handling of toolchain artifacts, which is explicitly documented as only being supported for current versions of the Firefox codebase.

In combination, these changes lead to faster and easier builds, and make it much easier to do local builds, too.

This includes substantial changes to the build setup, including moving all of the dependency installation out of the shell script and into the CI workflow definition.

Before, we were using the Firefox build system's support for installing toolchains. With this change, we instead install them manually. This means we're not tied to Mozilla's handling of toolchain artifacts, which is explicitly documented as only being supported for current versions of the Firefox codebase.

In combination, these changes lead to faster and easier builds, and make it much easier to do local builds, too.
This contains more definitions than the `js-config.h` header which is already included, including vital ones determining the object layout for certain objects, and function signatures. Without these definitions, embeddings create subtly wrong results in very hard to debug ways, I can report from experience.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants